home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 2640 / text0000.txt < prev   
Encoding:
Text File  |  1996-08-05  |  1.1 KB  |  26 lines

  1.  
  2. In article <Lrx1y*GHf@yaps.rhein.de> arno@yaps.rhein.de (Arno Eigenwillig) writes:
  3.  > 
  4.  > Just render them as usual, then do a PRD_DUMPRPORT with the RastPort
  5.  > you rendered them into. (NB: RastPorts need not be used for actual
  6.  > screen displays.)
  7.  >
  8.         Ideally, query the print driver for the DPI settings, then render the
  9. characters properly sized for the printer...  IOW (and presuming your screen
  10. is 75DPI, printer 300DPI), a 12(pt) font on screen should be rendered as a
  11. 48pt image for the printer..
  12.  
  13.  > AFAIK, there is no way to just write text to printer.device and have
  14.  > it handle the rendering for you, although this would be highly
  15.  > desireable.
  16.  >
  17.         Aye...
  18.  
  19. -- 
  20.  > ============================================================ <
  21.  >   wulfraed@netcom.com  | Wulfraed  Dennis Lee Bieber  KD6MOG <
  22.  >   D.Bieber@GEnie.com   |      FurryMUCK and FurToonia        <
  23.  > ============================================================ <
  24.  >          PGP key: Finger wulfraed@netcom.com                 <
  25.  > Home Page: ftp://ftp.netcom.com/pub/wu/wulfraed/wulfraed.htm <
  26.